home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr01 / me601.zip / README.DOC < prev   
Text File  |  1992-10-16  |  6KB  |  155 lines

  1. 10-16-92 04:21pm
  2.  
  3. The Multi-Edit Demo is now shipped in compressed, self extracting form.
  4. The program INSTALL.EXE will automatically perform the extractions and
  5. install Multi-Edit onto your disk for you.
  6.  
  7. The Multi-Edit Demo will NOT run from a 360k or 720k floppy.  DEMO will
  8. fit on a 1.2m or larger floppy with no problem.
  9.  
  10.  
  11. NOTE: DOS VERSIONS < 3.0
  12.         You MUST have a 'ME_PATH=' environment variable set.
  13.         EXAMPLE:        SET ME_PATH=C:\ME
  14.  
  15.  
  16. ABOUT THE DEMO:
  17.         Unlike other "demo" disks you might have received, this
  18.         Multi-Edit demo is  truly  a FULLY FUNCTIONAL copy of the
  19.         editor!  ANY SIZE FILE may be loaded, edited and saved.
  20.  
  21.         The differences between the demo and the full product are:
  22.         1.  The introductory screens, which may not be bypassed.
  23.  
  24.         2.  The on-line help and user's guide is more limited, and
  25.             there is no macro language reference manual.
  26.  
  27.         3.  The following advanced features are not included:  Network
  28.             Support, Macro Debugger, Print formatter, Spell checker and
  29.             Communications Module.
  30.  
  31.         4.  Configuration changes last only for the current session and
  32.             may not be saved.
  33.  
  34.         5.  Technical support and maintenance updates are not included
  35.  
  36.         6.  The DEMO takes much longer to load, and uses more memory
  37.             than the regular Multi-Edit.
  38.  
  39.         7.  The macro compiler and macro source is not included.
  40.  
  41.         To order the full package call:  1-602-968-1945
  42.  
  43. EVOLVE DEMO
  44.     The Demo now contains a fully functional demo of the add-on
  45.     product EVOLVE.  This is a super-charged programming
  46.     environment for Xbase languages Clipper, Dbase, Dbase for
  47.     Windows, FoxPro and Arago.  You'll notice upon startup of
  48.     Multi-Edit that you are prompted for one of 4 function keys.
  49.     Choose the one for Evolve to enable the Evolve Demo!
  50.  
  51. BRIEF AND WORDSTAR KEYSTROKE EMULATION:
  52.         The Demo now includes Brief and Wordstar keystroke emulation
  53.         capability.  To enable, use one of the following command lines:
  54.  
  55.                 ME /R BRIEF
  56.                 ME /R WORDSTAR
  57.  
  58.         Note:  When you purchase Multi-Edit, the emulation can be saved
  59.         permanently, so you don't have to use one of the above command
  60.         lines.
  61.  
  62. SYNTAX HIGHLIGHTING
  63.     Syntax is a new feature to 6.10.  It allows Multi-Edit to 
  64.     display different elements of your source code in distict 
  65.     colors making it much easier to identify things like comments, 
  66.     string literals, keywords, etc.  It is fully configurable in 
  67.     terms of both the colors and the keywords themselves.
  68.  
  69. A NOTE ON MOUSE SUPPORT:
  70.         Please check out our mouse support.  It is fully explained in
  71.         the online help.  Some examples of what you can do with your
  72.         mouse:
  73.                 Click anywhere on the top two lines of the screen to
  74.                 pop up the main menu.
  75.  
  76.                 Drag the corner of a window to resize it, or drag the
  77.                 top of the window to move it entirely.
  78.  
  79.                 Mark blocks of text.
  80.  
  81.                 Move your cursor through a file.
  82.  
  83.                 Click on the scroll bar to easily move through a file.
  84.  
  85.  
  86.                         ** COMMON PROBLEMS AND SOLUTIONS **
  87.  
  88. 1.      Upon bringing up Multi-edit you get the message:
  89.  
  90.         "INIT file not found."
  91.  
  92.         Your ME_PATH environment variable is not SET correctly.
  93.  
  94.         If you are running Dos version < 3.0 you need to add a line to
  95.         your autoexec.bat file:
  96.  
  97.         SET ME_PATH=C:\ME
  98.  
  99.         (Whatever follows the = should be the path to the main
  100.         Multi-edit directory).  If the path above is wrong or doesn't
  101.         exist you will get the above error message.
  102.  
  103.         If you are running DOS versions 3.0 or higher you DO NOT NEED
  104.         to set this variable.  If you are getting the above message
  105.         check & see if you are setting this variable.  If you are,
  106.         remove the line.
  107.  
  108. 2.      Multi-edit will not run at all:
  109.  
  110.         Multi-Edit normally auto-detects the presence of a mouse
  111.         driver.  With DOS versions below 3, this does not always work,
  112.         and may cause problems.   If you are using DOS 2.0, 2.1 or any
  113.         other version below 3.0, try starting Multi-Edit with a /MN.
  114.  
  115.         /MN = Mouse disable, /MY = Mouse enable
  116.  
  117. 3.      You go into Multi-edit and your keyboard locks up OR your key
  118.         repeat seems to be malfunctioning.  You should try the
  119.         following command line switches:
  120.  
  121.         Some special TSR's, and older PC clones, will not work if
  122.         Multi-Edit trys to use the enhanced keyboard functions.  If you
  123.         experience keyboard problems, try the /EN switch.
  124.  
  125.         /EN = Don't try to use enhanced keyboard
  126.  
  127.         Some special ANSI.SYS replacements, and some unusual PC clones,
  128.         have major problem when attempting to alter the keyboard repeat
  129.         speed.  If you experience keyboard problems, try the /KN switch
  130.         (/KY is the default).  If this fixes your problem, be sure to
  131.         go into Install and save the settings.
  132.  
  133.         /KN = Don't change key speed, /KY = Change key speed
  134.  
  135. 4.      If you are using EMS/XMS, and have already tried the command
  136.         line switches listed above, and Multi-edit is still acting
  137.         strange, it's probably due to a conflict between Multi-edit and
  138.         your EMS/XMS driver.  Try starting Multi-Edit with the /EMSOFF
  139.         command line switch.
  140.  
  141. 5.    When trying to install Multi-edit you get the PKWARE error message:
  142.     "don't know how to handle file"
  143.  
  144.     Your version of PKUNZIP is incompatible - you need to get PKZIP
  145.     version 1.01.  A copy can be obtained from our bulletin board.
  146.  
  147. We would like to acknowledge PKWARE, who provided the utilities
  148. needed to generate the compressed, self extracting files.
  149. PKWARE provides the best file compression utilities available,
  150. and we highly recommend them.  For more information, contact
  151.         PKWARE, Inc.
  152.         7545 N. Port Washington Rd.
  153.         Glendale, WI  53217
  154. You can also download PKWARE's shareware PKZIP product from the
  155. American Cybernetics BBS.